typo correction
authorJohn Zhang <mywtfmp3@gmail.com>
Sat, 9 Feb 2019 06:43:21 +0000 (14:43 +0800)
committerJohn Zhang <mywtfmp3@gmail.com>
Sat, 9 Feb 2019 06:43:21 +0000 (14:43 +0800)
docs/reference/gtk/getting_started.xml.in

index a54991c1b1b23d8658a5ea3c4c9040408f48f839..e37b978bf922581c0c2bdb4a3ff5f37231aaca09 100644 (file)
@@ -88,8 +88,8 @@
     The <varname>activate</varname> signal will be sent
     when your application is launched with
     g_application_run() on the line below.
-    The gtk_application_run() also takes as arguments the pointers to the command line arguments
-    counter and string array; this allows GTK to parse specific command line
+    The g_application_run() also takes as arguments the command line arguments counter
+    and the pointer to string array; this allows GTK to parse specific command line
     arguments that control the behavior of GTK itself. The parsed arguments
     will be removed from the array, leaving the unrecognized ones for your
     application to parse.